From: Chad Horohoe Date: Sun, 6 Mar 2011 18:12:30 +0000 (+0000) Subject: (bug 27901) Missing php version in config-using531 msg X-Git-Tag: 1.31.0-rc.0~31604 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=84602bf3e1dd283d1e299dc5ffb8b6e69492c713;p=lhc%2Fweb%2Fwiklou.git (bug 27901) Missing php version in config-using531 msg --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index dfeb414949..3b4c2fef39 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -662,7 +662,7 @@ abstract class Installer { $test = new PhpRefCallBugTester; $test->execute(); if ( !$test->ok ) { - $this->showMessage( 'config-using531' ); + $this->showMessage( 'config-using531', phpversion() ); return false; } }